Platform Explorer / Nuxeo Platform 6.0

Operation Seam.CancelCreateDocumentInUI (Cancel Document Creation in UI)

Description

Cancels a document creation in UI, as if user was hitting the 'Cancel' button on a the document creation form. It returns the parent document, that would have been the created document container.
Operation id Seam.CancelCreateDocumentInUI
Category User Interface
Label Cancel Document Creation in UI
Requires Seam
Since

Parameters

No parameters.

Signature

Inputs void
Outputs document

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.jsf.operations.CancelCreateDocumentInUI
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "Seam.CancelCreateDocumentInUI",
  "label" : "Cancel Document Creation in UI",
  "category" : "User Interface",
  "requires" : "Seam",
  "description" : "Cancels a document creation in UI, as if user was hitting the 'Cancel' button on a the document creation form. It returns the parent document, that would have been the created document container.",
  "url" : "Seam.CancelCreateDocumentInUI",
  "signature" : [ "void", "document" ],
  "params" : [ ]
}